body {
	margin: 0px;
	padding: 0px;

}

#fondtotal {
	height: 100vh;
	width: 100vv;
	background-image: linear-gradient(70deg, #c5c9c9 20%, #f6f2f2 74%);
}
	
#rectangleparent {
	height: 70vmin;
	width: 50vmin;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);	
}

#rectangleblanc {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 5vmin 0 5vmin 0;"
	transition: all 0.4s;
}  

#imageerror {
	height: 70%;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transition: all 0.4s;
	transform: translate(-50%, 45%);
}

#rectangleviolet {
	height: 8vmin;	
	width: 40vmin;
	position: absolute;
	left:50%;
	bottom: 0;
	transform: translate(-54%, 30%);
	transition: all 0.6s; 
	border-radius: 3vh 0 3vh 0;
	background-color: #a37db2;
}

@font-face {
    font-family: "cardeniomodernstd";
    src: url("../polices/cardeniomodernstd.woff");
}

@font-face {
    font-family: "steelfishrg";
    src: url("../polices/steelfishrg.woff");
}

#cerveauveille {
	font-family: "cardeniomodernstd";
	font-size: 3.9vmin;
	font-weight: normal;
	white-space:nowrap;
	position: absolute;
	top: 50%;
	right: 0;
	transition: all 0.4s;	
	transform: translate(56%,-50%) rotate(-90deg);
	color: #EF891C;
}

#retouraccueil {
	font-family: "cardeniomodernstd";
	font-size: 5vmin;
	font-weight: normal;
	white-space:nowrap;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}